Skip to main content
Version: On-Premise 2.4

Schedules

Managing Scheduled Workflows

Choose Repository > Policy Actions and open the Schedules list. The following window is displayed:

The schedules list provides the following information:

ColumnDescription
NameName of the schedule
DescriptionDescription of the schedule
WorkflowThe workflow to run
Running Pattern (By Time Zone)Running or recurrence pattern of the scheduled workflow
Next Run (By Local Time)Time of the next run due
Last SavedLast save (modification) time
Saved ByUser responsible for the last save (modification)

Operations on Schedules

For a selected schedule, the following action icons are available:

IconDescription
Disable the schedule
Enable the schedule
Delete the schedule
Add a new schedule
note

Unavailable icons are grayed out.

The Actions (three-dot) menu on a trigger allows you to do the same actions.

Adding Schedules

To add a schedule:

  1. From the top right corner of the schedules list, click the plus icon.
    The schedules properties screen appears.
  2. In the Name field, enter the name of the schedule.
    For example: "Daily Backup".
  3. In the Description field, enter a description for the scheduled workflow. 
  4. Clear Enabled to disable the schedule.
  5. From the Workflow field, select the workflow to be run.
  6. Clear Log if you do not wish to display each running of the selected workflow in the Audit Trail log, otherwise specify the Log Folder.
  7. In the Recurrence Pattern field, determine whether the workflow is repeated hourly, daily, weekly, monthly, or is simply performed once.
  8. According to your selection in the previous step, select the workflow's running time frame and the frequency.
  9. Check Stop Workflow... to specify the timeout of the scheduled workflow and set it.
  10. Check Skip Execution... to avoid re-running the workflow if the previous scheduled workflow has not yet ended.
  11. In Valid From and Valid Until, set the validity date frame of the scheduled workflow.
    note

    See Showing Time Zones When Adding a Schedule for time zone specifics.

  12. Click Save.

Showing Time Zones When Adding a Schedule

Time zone is displayed when creating a new schedule for both the run time and the validity.

  • For multi-tenant deployments, the time zone is taken from the tenant settings that you can change in the Tenant Management portal.
  • For single-tenant deployments, you need to edit the SQL database to change the time zone, which is set to Eastern Standard Time by default. Open the dbo.TBL_Settings table and set the TimeZoneId row to a valid Microsoft Windows time zone string. You can use the sys.time_zone_info view to see the full list of supported time zones.

The same Time Zone is also shown in the Schedules table in both the Running Pattern and the Next Run columns.